added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBEnumStringConverter / VBEnumStringConverter.vbproj
blob1d43b33806b7d72d3579669f0baf01bf9bd238f2
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>
7     </ProductVersion>
8     <SchemaVersion>
9     </SchemaVersion>
10     <ProjectGuid>{FA5802D9-7757-401F-9C98-936CA18BF4C4}</ProjectGuid>
11     <OutputType>Exe</OutputType>
12     <StartupObject>VBEnumStringConverter.MainModule</StartupObject>
13     <RootNamespace>VBEnumStringConverter</RootNamespace>
14     <AssemblyName>VBEnumStringConverter</AssemblyName>
15     <FileAlignment>512</FileAlignment>
16     <MyType>Console</MyType>
17     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
18     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21     <PlatformTarget>x86</PlatformTarget>
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <DefineDebug>true</DefineDebug>
25     <DefineTrace>true</DefineTrace>
26     <OutputPath>..\Debug\</OutputPath>
27     <DocumentationFile>VBEnumStringConverter.xml</DocumentationFile>
28     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
31     <PlatformTarget>x86</PlatformTarget>
32     <DebugType>pdbonly</DebugType>
33     <DefineDebug>false</DefineDebug>
34     <DefineTrace>true</DefineTrace>
35     <Optimize>true</Optimize>
36     <OutputPath>..\Release\</OutputPath>
37     <DocumentationFile>VBEnumStringConverter.xml</DocumentationFile>
38     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
39   </PropertyGroup>
40   <PropertyGroup>
41     <OptionExplicit>On</OptionExplicit>
42   </PropertyGroup>
43   <PropertyGroup>
44     <OptionCompare>Binary</OptionCompare>
45   </PropertyGroup>
46   <PropertyGroup>
47     <OptionStrict>Off</OptionStrict>
48   </PropertyGroup>
49   <PropertyGroup>
50     <OptionInfer>On</OptionInfer>
51   </PropertyGroup>
52   <ItemGroup>
53     <Reference Include="System" />
54     <Reference Include="System.Data" />
55     <Reference Include="System.Deployment" />
56     <Reference Include="System.Xml" />
57     <Reference Include="System.Core" />
58     <Reference Include="System.Xml.Linq" />
59     <Reference Include="System.Data.DataSetExtensions" />
60   </ItemGroup>
61   <ItemGroup>
62     <Import Include="Microsoft.VisualBasic" />
63     <Import Include="System" />
64     <Import Include="System.Collections" />
65     <Import Include="System.Collections.Generic" />
66     <Import Include="System.Data" />
67     <Import Include="System.Diagnostics" />
68     <Import Include="System.Linq" />
69     <Import Include="System.Xml.Linq" />
70   </ItemGroup>
71   <ItemGroup>
72     <Compile Include="EnumDescriptionConverter.vb" />
73     <Compile Include="MainModule.vb" />
74     <Compile Include="My Project\AssemblyInfo.vb" />
75     <Compile Include="My Project\Application.Designer.vb">
76       <AutoGen>True</AutoGen>
77       <DependentUpon>Application.myapp</DependentUpon>
78     </Compile>
79     <Compile Include="My Project\Resources.Designer.vb">
80       <AutoGen>True</AutoGen>
81       <DesignTime>True</DesignTime>
82       <DependentUpon>Resources.resx</DependentUpon>
83     </Compile>
84     <Compile Include="My Project\Settings.Designer.vb">
85       <AutoGen>True</AutoGen>
86       <DependentUpon>Settings.settings</DependentUpon>
87       <DesignTimeSharedInput>True</DesignTimeSharedInput>
88     </Compile>
89     <Compile Include="ProgrammingLanguage.vb" />
90   </ItemGroup>
91   <ItemGroup>
92     <EmbeddedResource Include="My Project\Resources.resx">
93       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
94       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
95       <CustomToolNamespace>My.Resources</CustomToolNamespace>
96       <SubType>Designer</SubType>
97     </EmbeddedResource>
98   </ItemGroup>
99   <ItemGroup>
100     <None Include="My Project\Application.myapp">
101       <Generator>MyApplicationCodeGenerator</Generator>
102       <LastGenOutput>Application.Designer.vb</LastGenOutput>
103     </None>
104     <None Include="My Project\Settings.settings">
105       <Generator>SettingsSingleFileGenerator</Generator>
106       <CustomToolNamespace>My</CustomToolNamespace>
107       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
108     </None>
109   </ItemGroup>
110   <ItemGroup>
111     <Content Include="ReadMe.txt" />
112   </ItemGroup>
113   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
114   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
115        Other similar extension points exist, see Microsoft.Common.targets.
116   <Target Name="BeforeBuild">
117   </Target>
118   <Target Name="AfterBuild">
119   </Target>
120   -->
121 </Project>